/*   
Theme Name: RRM Theme 1.0
Theme URI: http://www.radicalrestoration.org
Description: Radical Restoration Theme.
Author: Joshua Stevens
Author URI: http://www.joshuastevensdesign.com
Version: 1
*/

/* -- General resets */
html, body, body div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, ins, kbd, q, samp, small, sub, sup, var, b, i, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	display: block;
}									

article, aside, figure, footer, header, hgroup, nav, section {display: block;}

/* Responsive images and other embedded objects
   Note: keeping IMG here will cause problems if you're using foreground images as sprites, like, say for Google Maps custom placemarkers. 
   There has been a report of problems with standard Google maps as well, but we haven't been able to duplicate or diagnose the issue. */
img,
object,
embed {max-width: 100%;}

/* force a vertical scrollbar to prevent a jumpy page */
html {overflow-y: scroll;}

/* we use a lot of ULs that aren't bulleted. 
	don't forget to restore the bullets within content. */
ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before, 
blockquote:after, 
q:before, 
q:after {content: ''; content: none;}

a {/*margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;*/}

del {text-decoration: line-through;}

abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}

/* tables still need cellspacing="0" in the markup */
table {border-collapse: collapse; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}

hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}

input, select {vertical-align: middle;}

pre {
	white-space: pre; /* CSS2 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
}

input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom; *vertical-align: baseline;}
.ie6 input {vertical-align: text-bottom;}

select, input, textarea {font: 99% sans-serif;}

table {font-size: inherit; font: 100%;}
 
/* Accessible focus treatment
	people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {outline: none;}

small {font-size: 85%;}

strong, th {font-weight: bold;}

td, td img {vertical-align: top;} 

/* Make sure sup and sub don't screw with your line-heights
	gist.github.com/413930 */
sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* standardize any monospaced elements */
pre, code, kbd, samp {font-family: monospace, sans-serif;}

/* hand cursor on clickable elements */
.clickable,
label, 
input[type=button], 
input[type=submit], 
button {cursor: pointer;}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {margin: 0;}

/* make buttons play nice in IE */
button {width: auto; overflow: visible;}
 
/* scale images in IE7 more attractively */
.ie7 img {-ms-interpolation-mode: bicubic;}

/* prevent BG image flicker upon hover */
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}

/* let's clear some floats */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }  
.clearfix { zoom: 1; }  



/* Ok, this is where the fun starts.
-------------------------------------------------------------------------------*/

/* new Linux- and Windows-friendly sans-serif font stack: http://mky.be/fontstack */
body {
	background-color: #494948;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
}
.container {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* using local fonts? make sure to read up on Paul Irish's 
	Bulletproof @font-face syntax: http://mky.be/font-face/bulletproof/ */

/* we like off-black for text */
body, select, input, textarea {color: #333;}

a {color: #03f;}
a:hover {color: #69f;}

/* Custom text-selection colors (remove any text shadows: twitter.com/miketaylr/status/12228805301) */
/*::-moz-selection{background: #fcd700; color: #fff; text-shadow: none;}
::selection {background: #fcd700; color: #fff; text-shadow: none;} */

/*	j.mp/webkit-tap-highlight-color */
/*a:link {-webkit-tap-highlight-color: #fcd700;} */

/*ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}*/



/* And here begins the Wordpress fun.
-------------------------------------------------------------------------------*/

#page-wrap {width: 960px; margin: 20px auto;}

.post {}

.entry-content {}
.entry-content a {}
.entry-content a:hover {}

#meta {}
.postmetadata {}

#sidebar {}

.navgation {}
.next-posts {}
.prev-posts {}

#searchform {}
#s {}
#searchsubmt {}
	
ol.commentlist {list-style: none;}
ol.commentlist li {}
ol.commentlist li.alt {}
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment {border-bottom: 1px dotted #666; padding: 10px;}
ol.commentlist li.comment div.comment-author {}
ol.commentlist li.comment div.vcard {}
ol.commentlist li.comment div.vcard cite.fn {font-style: normal;}
ol.commentlist li.comment div.vcard cite.fn a.url {}
ol.commentlist li.comment div.vcard img.avatar {float:right; margin: 0 0 10px 10px;}
ol.commentlist li.comment div.vcard img.avatar-32 {}
ol.commentlist li.comment div.vcard img.photo {}
ol.commentlist li.comment div.vcard span.says {}
ol.commentlist li.comment div.commentmetadata {}
ol.commentlist li.comment div.comment-meta {font-size: 10px;}
ol.commentlist li.comment div.comment-meta a {color: #ccc;}
ol.commentlist li.comment p {}
ol.commentlist li.comment ul {}
ol.commentlist li.comment div.reply {font-size: 11px;}
ol.commentlist li.comment div.reply a {font-weight: bold;}
ol.commentlist li.comment ul.children {list-style: none; margin: 10px 0 0;}
ol.commentlist li.comment ul.children li {}
ol.commentlist li.comment ul.children li.alt {}
ol.commentlist li.comment ul.children li.bypostauthor {}
ol.commentlist li.comment ul.children li.byuser {}
.quote {
	height: 289px;
	padding-top: 10px;
	position: relative;
}
header {
	height: 130px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #B3B0A8;
	margin-bottom: 15px;
}
.rrmShort {
	height: 105px;
}
ol.commentlist li.comment ul.children li.comment {}
ol.commentlist li.comment ul.children li.comment-author-admin {}
ol.commentlist li.comment ul.children li.depth-2 {border-left: 5px solid #555; margin: 0 0 10px 10px;}
ol.commentlist li.comment ul.children li.depth-3 {border-left: 5px solid #999; margin: 0 0 10px 10px;}
ol.commentlist li.comment ul.children li.depth-4 {border-left: 5px solid #bbb; margin: 0 0 10px 10px;}
ol.commentlist li.comment ul.children li.depth-5 {}
ol.commentlist li.comment ul.children li.odd {}
ol.commentlist li.even {background: #fff;}
ol.commentlist li.odd {background: #f6f6f6;}
ol.commentlist li.parent {border-left: 5px solid #111;}
ol.commentlist li.thread-alt {}
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}


/* Print styles!
-------------------------------------------------------------------------------*/
@media print {



}


/* Media queries!
-------------------------------------------------------------------------------*/

/* Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {
	
		
}

@media all and (orientation: portrait) {
	
}

@media all and (orientation: landscape) {
	
}
#homeArticle {
	float: left;
	width: 660px;
	min-height: 500px;
	background-color: #f9f7f1;
	border: 1px solid #9e9e9e;
	-webkit-box-shadow: 0px 0px 5px 0px #000000;
	-moz-box-shadow: 0px 0px 5px 0px #000000;
	box-shadow: 0px 0px 5px 0px #000000;
}
.homeAside {
	float: right;
	width: 300px;
}
#logo {
	height: 80px;
	float: left;
	width: 620px;
}

/* === Main Navigation === */

.mainNav {
	clear: both;
	width: 980px;
	height: 40px;
	padding-top: 10px;
}
.mainNav ul {
	display: block;
	padding: 0px;
	margin: 0px;
}
.mainNav ul li {
	float: left;
	display: block;
}
.mainNav ul li a {
	text-decoration: none;
	color: #616161;
	font-family: Georgia, "Times New Roman", Times, serif;
	display: block;
	font-size: 18px;
	text-align: left;
	line-height: 40px;
	padding-left: 25px;
	padding-right: 25px;
	/*display: block;*/
}
.mainNav ul li a:hover {
	background-color: #EACD42;
}
.current_page_item {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #B3B0A8;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dashed;
	border-left-style: dashed;
	border-right-color: #B3B0A8;
	border-left-color: #B3B0A8;
}


/* === end main nav */

.rrmShort h3 {
	font-size: 1.3em;
	padding-bottom: 0.3em;
	color: #C24A22;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.articleContent {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	position: relative;
}
.articleImageHome img {
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9e9e9e;
}
#dateCircle {
	display: block;
	height: 80px;
	width: 80px;
	position: absolute;
	float: right;
	top: -18px;
	left: -26px;
	background-image: url(images/date-circle.png);
	background-repeat: no-repeat;
}
.articleContent h1 {
	font-size: 2em;
	padding-bottom: .2em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
p {
	padding-top: 0.25em;
}
.moreArticles {
	clear: left;
	float: left;
	width: 300px;
	color: #F9F7F1;
	padding-right: 14px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #828281;
}
.homeArtTitle {
	padding-left: 50px;
	padding-bottom: 15px;
}
.homeAuthor {
	font-weight: normal;
	font-size: 1em;
	font-style: italic;
	display: block;
	padding-left: 50px;
	padding-bottom: .5em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	margin-bottom: .8em;
}
#daleShort {
	width: 170px;
	height: 62px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-image: url(images/dale-stylized.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 55px;
	padding-right: 130px;
	color: #494948;
	font-family: Helvetica, Arial, sans-serif;
	font-size: .8em;
}
footer {
	padding-top: 20px;
	clear: both;
	padding-bottom: 20px;
}
.lowerSection h3 {
	font-size: 1.4em;
	padding-bottom: 0.2em;
	margin-bottom: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d1b959;
	color: #74afc2;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.lowerSection h4 {
	padding-top: 0.5em;
	color: #d1b959;
	font-size: 1.2em;
}
.calendarArea {
	float: left;
	width: 330px;
	padding-left: 15px;
}
.lowerSection {
	float: left;
	clear: left;
	width: 660px;
	padding-top: 20px;
}
.quoteScroll p {
	color: #494948;
	line-height: 17px;
	font-size: 13px;
}
.quoteScroll {
	height: 150px;
	background-color: #DDF3F3;
	overflow: auto;
	padding: 8px;
	border: 1px solid #96B0C1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.quoted {
	font-style: italic;
}
.quote h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: .4em;
}
.toRotate {
	height: 80px;
	width: 80px;
	-webkit-transform: rotate(337deg);
	-moz-transform: rotate(337deg);
	-o-transform: rotate(337deg);
	writing-mode: lr-tb;
}
.month {
	line-height: 25px;
	color: #FFF;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	padding-top: 15px;
	display: block;
}
.toRotate .day {
	font-size: 25px;
	line-height: 30px;
	padding-bottom: 10px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	display: block;
}
.calendarArea ul li {
	color: #F9F7F1;
	min-height: 50px;
	margin: 0px;
}
.calendarArea ul li:nth-child(even) {
	background-color: #626262;
	margin-top: 8px;
}
#specialAnnouncement {
	margin-top: 15px;
	padding: .5em;
}
.eventDate {
	color: #74AFC2;
	text-align: left;
	display: block;
	font-style: italic;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.eventDescription {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px dashed #898988;
}
#bookSpot {
	display: block;
	min-height: 100px;
	position: relative;
	border: 4px solid #F9F7F1;
	margin-top: 45px;
	background-image: url(images/book_bg.png);
	background-repeat: repeat;
	-webkit-box-shadow: 0px 0px 4px 0px #000000;
	-moz-box-shadow: 0px 0px 4px 0px #000000;
	box-shadow: 0px 0px 4px 0px #000000;
	padding: 12px;
}
#bookSpot img {
	float: left;
	position: absolute;
	left: 4px;
	top: -12px;
	border: 2px solid #F9F7F1;
	-webkit-box-shadow: 0px 0px 3px 0px #000000;
	-moz-box-shadow: 0px 0px 3px 0px #000000;
	box-shadow: 0px 0px 3px 0px #000000;
}
#bookSpot h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	padding-bottom: .3em;
}
.bookDescription {
	float: right;
	width: 186px;
	display: block;
	padding-bottom: 1em;
}
.bookLink {
	clear: both;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	padding-top: .4em;
	padding-bottom: .4em;
	text-align: center;
	border-top-width: 3px;
	border-top-style: dashed;
	border-top-color: #F9F7F1;
	display: block;
}
#contactArea {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #E7E7E7;
	min-height: 400px;
	-webkit-box-shadow: 0px 0px 5px 0px #000000;
	-moz-box-shadow: 0px 0px 5px 0px #000000;
	box-shadow: 0px 0px 5px 0px #000000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #F7F7F7;
	position: relative;
}
.contactInfo {
	float: right;
	width: 275px;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.4em;
	background-image: url(images/stamp.png);
	background-repeat: no-repeat;
	padding-top: 200px;
	background-position: right top;
	color: #494948;
	position: absolute;
	top: 10px;
	right: 10px;
}
.contactForm {
	width: 400px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #494948;
	padding-top: 30px;
	padding-bottom: 20px;
}
.contactForm h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	color: #494948;
}
.eventDay {
	font-size: 24px;
	line-height: 24px;
}
.eventMonth {
	line-height: 15px;
}
.eventDescription h4 {
	margin-top: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D1B959;
}
.eventDescription h4 a {
	text-decoration: none;
	color: #D1B959;
}
.eventDescription h4 a:hover {
	text-decoration: underline;
	color: #A39147;
}
.eventDescription p {
	font-size: 13px;
	padding: 0px;
	line-height: 15px;
}
p {
	padding-top: .25em;
	padding-bottom: .7em;
	line-height: 1.4em;
	font-size: 1em;
}
a {
	color: #508EC6;
}
.contactForm h1 a {
	text-decoration: none;
}
h1.homeArtTitle a {
	text-decoration: none;
}
.mainAside {
	float: right;
	width: 280px;
	background-color: #F5D66E;
	padding: 10px;
	border: 1px solid #D9C37E;
	-webkit-box-shadow: 0px 0px 3px 0px #000000;
	-moz-box-shadow: 0px 0px 3px 0px #000000;
	box-shadow: 0px 0px 3px 0px #000000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.fullArticle {
	float: left;
	width: 660px;
	min-height: 500px;
	background-color: #f9f7f1;
	border: 1px solid #9e9e9e;
	-webkit-box-shadow: 0px 0px 5px 0px #000000;
	-moz-box-shadow: 0px 0px 5px 0px #000000;
	box-shadow: 0px 0px 5px 0px #000000;
	
}
.daleBioPage {
	height: 343px;
	background-image: url(images/dale_large.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 60px;
	padding-left: 470px;
}
.daleBioPage h1 {
	font-size: 2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 45px;
	margin-bottom: 10px;
}
.blogPicture img {
	width: 660px;
	height: 150px;
	border: none;
}

/*--- search area ---*/

form#searchform div input#s {
	border: none;
	width: 160px;
	float: left;
	font-size: 15px;
	line-height: 23px;
	color: #666;
	font-weight: normal;
	/*height: 25px;*/
	background-color: transparent;
	border: none;
	outline: 0;
	-webkit-box-shadow: none !important; 
	-moz-box-shadow: none !important; 
	box-shadow: none !important;
	background-image: none;
}
form#searchform div input#searchsubmit {
	display: block;
	float: right;
	color: #FFF;
	background-color: #F4D989;
	font-size: 15px;
	width: 70px;
	/*height: 23px;*/
	line-height: 23px;
	border: 1px solid #CBB573;
	
}
#search {
	float: right;
	padding-left: 10px;
	padding-top: 14px;
	height: 31px;
	width: 240px;
	background-image: url(images/search-bg.png);
	padding-right: 10px;
}
.lowerSection .moreArticles ul {
	margin: 0px;
	padding: 0px;
}
.calendarArea ul {
	margin: 0px;
	padding: 0px;
}
.moreLink {
	text-align: right;
	padding-top: 5px;
	display: block;
}
#eventsContainer {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	min-height: 420px;
	background-color: #f9f7f1;
	border: 1px solid #9e9e9e;
	-webkit-box-shadow: 0px 0px 5px 0px #000000;
	-moz-box-shadow: 0px 0px 5px 0px #000000;
	box-shadow: 0px 0px 5px 0px #000000;
	background-image: url(images/events-bg.png);
	background-repeat: repeat-y;
	background-position: left top;
}
blockquote {
	padding-left: 20px;
	padding-right: 20px;
}
ol {
	margin: 0px;
	padding-left: 30px;
}
ol li{
	padding-bottom: .5em;
}
#respond {
	padding: 20px;
}
input {
	margin-top: .25em;
}
label {
	padding-top: .5em;
}
.eventsMenu {
	float: left;
	width: 240px;
}
.eventsMenu ul {
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	color: #F9F7F1;
}
.eventsMenu ul li {
	padding-bottom: 1.5em;
}
.eventContent {
	float: right;
	width: 520px;
	padding-top: 30px;
	padding-right: 30px;
}
.eventsMenu h2 {
	padding-left: 20px;
	padding-top: 20px;
	font-size: 1.4em;
	color: #C0DFE2;
}
.date {
	font-size: .8em;
	padding-top: .4em;
	display: block;
}
.eventContent h1 {
	font-size: 1.8em;
	padding-bottom: 0.25em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
}
.eventPageDate {
	font-size: 1.3em;
	font-style: italic;
	padding-bottom: 1.4em;
	display: block;
	padding-top: 0.4em;
	color: #F37170;
}
#normalPage {
	float: left;
	width: 660px;
	min-height: 500px;
	background-color: #f9f7f1;
	border: 1px solid #9e9e9e;
	-webkit-box-shadow: 0px 0px 5px 0px #000000;
	-moz-box-shadow: 0px 0px 5px 0px #000000;
	box-shadow: 0px 0px 5px 0px #000000;
	padding: 20px;
}
.blogArticle {
	float: left;
	width: 660px;
	background-color: #f9f7f1;
	border: 1px solid #9e9e9e;
	-webkit-box-shadow: 0px 0px 5px 0px #000000;
	-moz-box-shadow: 0px 0px 5px 0px #000000;
	box-shadow: 0px 0px 5px 0px #000000;
	/*padding: 20px;*/
	margin-bottom: 20px;
}
/*.more-link {
	display: block;
	padding-top: .75em;
	text-align: right;
}*/
.atLeast {
	min-height: 400px;
}
.networksPage {
	background-color: #f9f7f1;
	border: 1px solid #9e9e9e;
	-webkit-box-shadow: 0px 0px 5px 0px #000000;
	-moz-box-shadow: 0px 0px 5px 0px #000000;
	box-shadow: 0px 0px 5px 0px #000000;
	padding: 20px;
}
.networksAside {
	padding: 10px;
	float: right;
	width: 402px;
	background-color: #D5D4D1;
	border: 1px solid #A7A6A4;
}
.networksAside img {
	border: 1px solid #666;
	margin-top: 15px;
}
.clearAll {
	clear: both;
	display: block;
}
.networksPage h1 {
	font-size: 1.6em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.networksPage ul {
	margin: 0px;
	width: 480px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.networksPage ul li {
	padding-top: 1em;
	padding-bottom: 1em;
	border-top: 1px dashed #A7A6A4;
}
.networksPage ul li h3 {
	font-size: 1.2em;
	color: #F37170;
}
.leaders {
	font-style: italic;
}
.networkDescription {
	font-style: italic;
	font-size: .9em;
	color: #666;
}
.aboutPage {
	background-color: #f9f7f1;
	border: 1px solid #9e9e9e;
	-webkit-box-shadow: 0px 0px 5px 0px #000000;
	-moz-box-shadow: 0px 0px 5px 0px #000000;
	box-shadow: 0px 0px 5px 0px #000000;
	padding: 20px;
}
.aboutLeft {
	float: left;
	width: 642px;
}
.aboutAside {
	float: right;
	width: 260px;
	padding: 15px;
	background-color: #F4D98C;
}
.aboutLeft h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #42413F;
	font-size: 1.4em;
	padding-top: .5em;
	padding-bottom: .5em;
}
.aboutLeft blockquote {
	padding-bottom: 1em;
	color: #666;
	line-height: 1.2em;
}
.purpose {
	width: 320px;
	float: left;
	padding-top: 2em;
}
.principles {
	float: left;
	width: 270px;
	padding-left: 50px;
	padding-top: 2em;
}
.aboutLower {
	clear: left;
	width: 642px;
	padding-top: 2em;
}
.aboutLeft h3 {
	font-size: 1.3em;
	padding-bottom: .3em;
	margin-bottom: .5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #64BDDC;
}
.purpose ul li {
	margin: 0px;
	padding-top: 0px;
	padding-right: .5em;
	padding-bottom: .5em;
	padding-left: 0px;
	list-style-type: square;
}
.purpose ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
}
.accountability {
	clear: both;
	padding-top: 2em;
}
.aboutAside h2 {
	font-size: 1.3em;
	padding-bottom: .3em;
}
.leadership {
	padding-top: 2em;
}
.definition ol li {
	line-height: 1.2em;
	font-style: italic;
	font-size: .9em;
}
.definition blockquote {
	font-style: italic;
}
.aboutImage {
	border: 1px solid #333;
}
.aboutLeft img {
	border: 1px solid #333;
}
#bookSpotLower {
	float: right;
	clear: right;
	width: 260px;
	display: block;
	min-height: 100px;
	position: relative;
	border: 4px solid #F9F7F1;
	margin-top: 45px;
	background-image: url(images/book_bg.png);
	background-repeat: repeat;
	-webkit-box-shadow: 0px 0px 4px 0px #000000;
	-moz-box-shadow: 0px 0px 4px 0px #000000;
	box-shadow: 0px 0px 4px 0px #000000;
	padding: 12px;
}
#bookSpotLower img {
	float: left;
	position: absolute;
	left: 2px;
	top: -12px;
	border: 2px solid #F9F7F1;
	-webkit-box-shadow: 0px 0px 3px 0px #000000;
	-moz-box-shadow: 0px 0px 3px 0px #000000;
	box-shadow: 0px 0px 3px 0px #000000;
}
#bookSpotLower h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	padding-bottom: .3em;
}
#logo a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
